Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / IOpenXml<T> Interface
The type of custom data type.
Members


In This Topic
    IOpenXml<T> Interface
    In This Topic
    Represents an interface which allows custom data in extensible object can export to OpenXml format.
    Syntax
    'Declaration
     
    
    Public Interface IOpenXml(Of T) 
    'Usage
     
    
    Dim instance As IOpenXml(Of T)
    public interface IOpenXml<T> 
    Type Parameters
    T
    The type of custom data type.
    See Also